Adwaita: circular button focus
authorJakub Steiner <jimmac@gmail.com>
Mon, 16 Nov 2020 18:04:07 +0000 (19:04 +0100)
committerJakub Steiner <jimmac@gmail.com>
Mon, 16 Nov 2020 18:11:52 +0000 (19:11 +0100)
- have the same focus look like the other items

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3368

gtk/theme/Adwaita/_common.scss

index b69db89d18114af51729fff12b0ae150d1ce9c75..d123800e8eb79030055a31beaba4fad98a2e246a 100644 (file)
@@ -4193,6 +4193,10 @@ popover.menu {
       @extend %list_button;
 
       padding: 11px;
+      &:focus {
+         background-color: $menu_selected_color;
+         border-color: $menu_selected_color;
+      }
     }
   }